.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;width:100%;margin-bottom:10px}.section-crops{padding:clamp(40px,8vw,100px) 0;background-color:#f5efe0}.crops-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding-top:25px}.crop-card{width:150px;margin-inline:auto;border-radius:10px;text-align:center;cursor:pointer;transition:transform .2s ease;padding:20px 0}.crop-card:hover{transform:translateY(-8px);background-color:#1a8f3d}.crop-card__group{width:100%;max-width:167px;aspect-ratio:167/162;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.crop-card__group img{width:100%;height:100%;object-fit:contain}.crop-card__name{margin-bottom:4px;color:#1f1b16;transition:color .2s ease}.crop-card__count{color:#6c6966;transition:color .2s ease}.crop-card:hover .crop-card__name,.crop-card:hover .crop-card__count{color:#fff}.crops-dots{display:none;justify-content:center;gap:8px;margin-top:32px}.crops-dots:not([hidden]){display:flex}.crops-dots span,.crops-dots button{width:12px;height:12px;padding:0;border:0;border-radius:50%;background:#d4cfc4;cursor:pointer;transition:width .2s ease,background-color .2s ease}.crops-dots span.is-active,.crops-dots button.is-active{width:24px;border-radius:999px;background:#1a8f3d}.section-agency{padding:0 0 100px 0;background:#fff;color:#000}.agency-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,48px);align-items:center}.agency-map{width:100%;height:300px;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:rgba(255,255,255,.12)}.agency-map img{width:100%;height:100%;object-fit:cover}.agency-content .section-label,.agency-content .section-title{color:#000}.agency-content .section-label{color:#1a8f3d}.agency-content .section-label::before{background:#1a8f3d;box-shadow:6px 0 0 #1a8f3d,12px 0 0 #1a8f3d}.agency-content .section-title{margin-bottom:16px}.agency-content h3{max-width:420px;margin:40px 0;opacity:.92;color:#4e4e4e}